home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 48
/
cdrom_image.iso
/
Games
/
rollerrush
/
game.dcr
/
Internal_200_new upgrade pop.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-10-01
|
197 b
|
14 lines
property sTime
global gLevel, gCurrProfile
on beginSprite me
sTime = the milliSeconds
end
on exitFrame me
if (the milliSeconds - sTime) < 1000 then
go(the frame)
return
end if
end